CellVerticalAlignment Enumeration
Represents how to vertically align a line that is less than 100% of its height within the columned area.
Namespace: Independentsoft.Office.Odf.StylesAssembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
public enum CellVerticalAlignment
Public Enumeration CellVerticalAlignment
| Bottom | 0 |
Line is aligned with the bottom of a columned area.
|
| Top | 1 |
Line is aligned with the top of a columned area.
|
| Middle | 2 |
Line is aligned with the middle of a columned area.
|
| Automatic | 3 |
Line is aligned automatic of a columned area.
|
| None | 4 |
None.
|